using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace Lens.com.Models
{
    public class LayoutModel
    {
        public int AttrubuteId { get; set; }
        public string AttributeName { get; set; }


        public string cropName { get; set; }
        public string lensecount { get; set; }
        public string OnlyCropName { get; set; }
        public string TellFrnd { get; set; }
    }

    
   
}